Massive UI Overhual, Templates, skeletons, log table, mobile menu#7
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Massive UI Overhual, Templates, skeletons, log table, mobile menu
Summary
Development Overview: Modernized AI Mocker’s UI with a cohesive dark theme, enhanced generator experience (skeletons, progress stream, CTA gradients), and a richer template system (picker, dual SQL/NoSQL support, dedicated Templates page, PDF export, etc.). Added improvements to navigation/footer and introduced a dashboard-grade Events log with filters, export, and table view.
Phase 1 Highlights:
New Files:
app/templates/page.tsx– dedicated template listing that loads templates into the generator.components/templates/template-card.tsx– card with SQL/NoSQL toggle, schema preview, and CTA.components/templates/template-picker.tsx– revamped modal picker, category row, and layout.components/generator/generation-progress.tsx– step-based progress indicator for the generator.components/ui/skeleton.tsx,schema-card-skeleton.tsx,results-skeleton.tsx– reusable skeletons.components/generator/generation-progress.tsx,components/ui/skeletons, new types/utilities for templates.lib/templates.ts,types/template.ts– expanded template catalog with dual-format data.Updated Files:
components/ui/card.tsx,globals.css,button.tsx,toast.tsx– new gradients, CTA styling, theme tokens, and layout helpers.app/layout.tsx,navbar.tsx,footer.tsx– consistent shell, sticky header tweaks, centered footer text.app/saved/page.tsx,app/generator/page.tsx,components/results/results-viewer.tsx,components/templates– generator templates, skeletons, progress wiring, and template loading logic.app/dashboard/events/events-list.tsx– filters, table layout, jsPDF export.app/schema/new/page.tsx– repositioned save/reset controls with CTA styles.app/templates/page.tsx– new page with category filters and reuse of template cards.Noteworthy Enhancements: